home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-07-10 | 1.1 KB | 45 lines |
- [MENU cis]
- SET title AS "Capital Information System"
- DEFINE MENU {
- "Invoice Entry Menu" : MENU "invoices"
- "Scheme Management Menu" : MENU "schemes"
- "System Maintenance Menu" : MENU "system"
- "Reports Menu" : MENU "cisreports"
- "User Guide" : MENU "cishelp"
- }
-
- [MENU invoices]
- SET title AS "CIS: Invoice Entry Menu"
- DEFINE MENU {
- "Supplier Details" : MODULE "supplier"
- "Invoices" : MODULE "invoice"
- "Return to Main Menu" : MENU "cis"
- }
-
- [MENU schemes]
- SET title AS "CIS: Scheme Management Menu"
- DEFINE MENU {
- "Scheme Details" : MODULE "scheme"
- "Cashflow" : MODULE "cashflow"
- "Approvals" : MODULE "approval"
- "Return to Main Menu" : MENU "cis"
- }
-
- [MENU system]
- SET title AS "CIS: System Maintenance Menu"
- DEFINE MENU {
- "Programme Codes" : MODULE "programme"
- "Subjective Costcodes" : MODULE "subjective"
- "User Maintenance" : MODULE "user"
- "Return to Main Menu" : MENU "cis"
- }
-
- [MENU cisreports]
- SET title AS "CIS: Reports Menu"
- DEFINE MENU {
- "Scheme Approvals against Expenditure" : MODULE "rep-approv"
- "Month-End CIG Report" : MODULE "rep-cig"
- "Return to Main Menu" : MENU "cis"
- }
-
-